Configurates the
C1.Web.Mvc.Control.OnClientGotFocus client event. Occurs when the control gets the focus.
Syntax
'Declaration
Public Function OnClientGotFocus( _
ByVal As String _
) As TBuilder
public TBuilder OnClientGotFocus(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also